; * java/Makefile.in: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jun 2024 05:59:08 +0000 (13:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 12 Jun 2024 05:59:08 +0000 (13:59 +0800)
java/Makefile.in

index 20d595eb3ca83df156bebdf7ae0e0d07a341d764..fd076c089ffc9181aef42b140f270d3772d6fd58 100644 (file)
@@ -340,7 +340,7 @@ emacs.apk-in: install_temp AndroidManifest.xml classes.dex
          echo "Packaging files eligible for compression...">&2;\
          cd install_temp; find assets -type f                  \
            | xargs $(ZIP) ../$@ &> /dev/null;                  \
-         echo "Packagging files already compressed...">&2;     \
+         echo "Packaging files already compressed...">&2;      \
          cd assets_gz; find assets -type f                     \
            | xargs $(ZIP) ../../$@ &> /dev/null;               \
          echo "Packaging shared libraries and code..." >&2;    \